home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 1992 August / info-mac-1992.iso / Language (lang) / Think C Stdio+ / think-c-stdio-plus.abstract < prev   
Encoding:
Internet Message Format  |  1992-08-28  |  1.1 KB  |  [TEXT/????]

  1. From: Nigel Perry <np%doc.imperial.ac.uk@nsfnet-relay.ac.uk>
  2. Date: Wed, 18 Oct 89 11:11:23 GMT
  3. To: info-mac@sumex-aim.stanford.edu
  4.  
  5.  
  6. Enhancments to LSC3 stdio:
  7.  
  8. *    %k and %lk formats for printf() (& Co.)
  9.     These formats print ints (%k) and longs (%lk) as characters,
  10.     useful for ResType values.  
  11. *    New 'device' ".SF" for fopen() and friends.
  12.     The 'device' ".SF" causes fopen() is prompt for a file using
  13.     the Standard File get (read/append access) or put (write access)
  14.     dialogs. This saves the user calling Standard File themselves,
  15.     converting the volRef/name pair to a full pathname, and then calling
  16.     fopen()...
  17. *    Added fdopen() and fdreopen() routines.
  18.     These mimic their Unix counterparts but take a volume reference as well as a name.
  19. *    Added in asm{...} statements.
  20.     Doesn't add functionality, just decreases size to offset increase caused by new code...
  21.  
  22.  The binhex/stuffit archive below contians (1) LSC3 stdio+ library,
  23.  (2) stdio+.h (3) example program (4) source diffs.
  24.  
  25.                  Enjoy,
  26.                      Nigel (np@doc.ic.ac.uk)
  27.  
  28. ============================================================
  29.